home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / ODFDev / Bitmap / Sources / CWBuildSOM < prev    next >
Encoding:
Text File  |  1996-12-16  |  435 b   |  11 lines  |  [TEXT/MPS ]

  1. # Builds xh and xih files.
  2. #
  3. # This is meant to be used for CodeWarrior IDE builds only.
  4. # Since the SOM files are stored in the sources folder, we can just specify PPC Debug
  5. # and they'll get built for everything. No need to build every combination
  6. #
  7. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  8.  
  9. Directory "{ODFDev}Bitmap:CWPPCDebug:"
  10. FWBuild -Metrowerks "{ODFDev}Bitmap:Sources:ODFBitmap.SOM"
  11.